runtime.schedt.maxmcount (field)

7 uses

	runtime (current package)
		proc.go#L719: 	sched.maxmcount = 10000
		proc.go#L800: 	if count > sched.maxmcount {
		proc.go#L801: 		print("runtime: program exceeds ", sched.maxmcount, "-thread limit\n")
		proc.go#L6555: 	out = int(sched.maxmcount)
		proc.go#L6557: 		sched.maxmcount = 0x7fffffff
		proc.go#L6559: 		sched.maxmcount = int32(in)
		runtime2.go#L788: 	maxmcount    int32    // maximum number of m's allowed (or die)